CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - 语法分析 ll(1)

搜索资源列表

  1. LL(1)

    1下载:
  2. LL(1)语法分析1、实现LL(1)分析中控制程序(表驱动程序); 2、完成以下描述算术表达式的LL(1)文法的LL(1)分析程序。 G[E]: E→TE′ E′→ATE′|ε T→FT′ T′→MFT′|ε F→ (E)|i A→+|- M→*|/-LL (1) syntax analysis 1, the realization of LL (1) Analysis of control procedures (table-driven procedure
  3. 所属分类:Data structs

    • 发布日期:2017-03-25
    • 文件大小:639946
    • 提供者:张帅
  1. LL(1)grammarsyntax

    0下载:
  2. LL(1)文法自动生成语法分析程序的设计-LL (1) grammar syntax analysis program automatically generates the design
  3. 所属分类:Compiler program

    • 发布日期:2017-04-06
    • 文件大小:18065
    • 提供者:chenpeng
  1. LL(1)

    0下载:
  2. LL(1)的语法分析器,VC6.0编译器通过,输入输出的文件名详见代码,输出文件中的分析过程和编译原理课本要求类似,根据不同的句子可能需要重新调整对齐格式-A LL(1) parser, built by MS VC 6.0, an assignment of my Complier Principles course
  3. 所属分类:Compiler program

    • 发布日期:2017-04-03
    • 文件大小:422662
    • 提供者:lyx
  1. 1

    0下载:
  2. 语法分析是编译程序的核心部分。语法分析的作用是识别由词法分析给出的单词符号序列是否是给定的文法的正确句子。目前语法分析常用的方法右自顶向下分析和自底向上分析两大类。 确定的自顶向下方法,是从文法的开始符号,考虑如何根据当前的输入符号(单词)唯一的确定选用哪个产生式替换相应非终结符往下推导。 LL(1)文法是一种确定的自顶向下的分析方法。 LL(1)的含义是:第一个L表明自顶向下分析从左向右扫描输入串,第二个L表明分析过程中将用最左推导,1表明只需向右看一个符号便可以决定如何推导即选
  3. 所属分类:Compiler program

    • 发布日期:2017-05-15
    • 文件大小:4062606
    • 提供者:孔小亮
  1. LL(1)yufafenxiqi

    0下载:
  2. LL(1)语法分析器,本程序是按照固定语句进行LL(1)语法进行分析,对初学者具有良好的参考价值。-LL (1) parser, this procedure is carried out according to a fixed statement, LL (1) syntax analysis, a good reference for beginners.
  3. 所属分类:Compiler program

    • 发布日期:2017-04-01
    • 文件大小:190015
    • 提供者:小黑
  1. ll(1)

    0下载:
  2. 编译原理中的LL(1)分析程序。具有代表性的语法分析方法。-LL(1)
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-04
    • 文件大小:4632
    • 提供者:伍颖瑜
  1. LL(1)

    0下载:
  2. 编译方法中,用于实现LL(1)语法分析方法的C++代码,很规范的。-Compilation method for achieving LL (1) syntax analysis method C++ code, it is regulated.
  3. 所属分类:Compiler program

    • 发布日期:2017-03-26
    • 文件大小:2408
    • 提供者:liuhongjuan
  1. Compiler

    1下载:
  2. 一份完整的编译原理课程设计.设计了一个词法分析器和一个利用LL(1)算法实现的语法分析器.可以对C-语言编写的程序进行词法分析和语法分析,当出现错误时推断可能的原因.并最终用直观的方式构建起一棵语法分析树.-A complete compilation Principle. Designed a lexical analyzer and a use of LL (1) parser algorithm. Can be written in C-language program for lexic
  3. 所属分类:Compiler program

    • 发布日期:2015-05-25
    • 文件大小:269132
    • 提供者:无意乂
  1. LL(1)

    0下载:
  2. 编译原理LL(1)分析过程模拟 设计一个给定LL(1)分析表,输入一个句子,能由依据LL(1)分析表输出与句子 对应的语法树。能对语法树生成过程进行模 拟-for LL(1)
  3. 所属分类:Compiler program

    • 发布日期:2017-04-09
    • 文件大小:1657841
    • 提供者:
  1. LL(1)

    0下载:
  2. 编译原理 LL(1)语法分析,预测分析表,分析字符窜-LL(1)yufa fenxi ,bianyi yuanli
  3. 所属分类:Compiler program

    • 发布日期:2017-04-13
    • 文件大小:1612
    • 提供者:luliang
  1. LL(1)fenxi

    0下载:
  2. 编译原理 LL(1)语法分析,预测分析表,分析字符窜-LL(1)yufa fenxi ,bianyi yuanli
  3. 所属分类:Compiler program

    • 发布日期:2017-03-29
    • 文件大小:109790
    • 提供者:luliang
  1. LL(1)byyl

    0下载:
  2. c++语言编写的PL0语言的语法分析程序,可实现此法分析,语法分析,中间代码生成,以及程序运行-c++ languages PL0 language parser can implement this analysis, syntax analysis, intermediate code generation, and the program runs
  3. 所属分类:Compiler program

    • 发布日期:2017-04-02
    • 文件大小:1874
    • 提供者:linlin
  1. SyntaxAnalysisL-R

    0下载:
  2. 实现编译原理的LL(1)和LR(0) (1)语法分析LL(1) (2)语法分析LR(0) (3)输出分析过程如First、Follow集、预测分析表 (4)输出预测分析过程、LR(0)自动机 (5)对输入字符串的验证-Principle to achieve compile LL (1) and LR (0) (1) parsing LL (1) (2) parsing LR (0) (3) the output of the process, such
  3. 所属分类:Compiler program

    • 发布日期:2017-03-30
    • 文件大小:75985
    • 提供者:
  1. Compile-principle-experiment1-6

    0下载:
  2. 编译原理实验指导书 实验一 词法分析程序(扫描器)的设计 实验二 递归下降语法分析程序设计 实验三 LL(1)语法分析器设计 实验四 算符优先分析器设计 实验五 LR分析器设计 实验六 语法制导翻译程序设计-Compile term Principle Experiment Experimental Analysis of Instruction Program (scanner) is designed to test two recursive descent par
  3. 所属分类:software engineering

    • 发布日期:2017-03-28
    • 文件大小:46306
    • 提供者:浮云
  1. LL(1)

    0下载:
  2. 编译器语法分析,用于编译器的LL(1)分析-Compiler, syntax analysis, the compiler for LL (1) Analysis
  3. 所属分类:Compiler program

    • 发布日期:2017-04-04
    • 文件大小:896053
    • 提供者:zhuwentao
  1. LL(1)

    0下载:
  2. 编译过程中的一个相对简单LL(1)语法分析器,能够分析语法的正确性,并输出分析结果-The compilation process is relatively simple LL (1) parser, able to analyze the grammatical correctness, and output results
  3. 所属分类:Compiler program

    • 发布日期:2017-11-07
    • 文件大小:73712
    • 提供者:Bruce
  1. LL(1)

    0下载:
  2. 用C++实现编译器语法分析功能,算法是LL(1),非常精炼-parsing function with C++
  3. 所属分类:Windows Develop

    • 发布日期:2017-12-05
    • 文件大小:3579
    • 提供者:丰文安
  1. LL(1)translator

    0下载:
  2. 采用LL(1)分析法对所定义的赋值语句进行语法分析,并在语法分析过程中将所输入的赋值语句翻译为四元式。-The LL (1) The analysis defined assignment statement syntax analysis and assignment statement entered in the the grammar analysis process will translate quaternion type.
  3. 所属分类:Compiler program

    • 发布日期:2017-11-13
    • 文件大小:13586
    • 提供者:yinwuzhe
  1. LL1语法分析

    0下载:
  2. (1)对输入文法,它能判断是否为LL(1)文法,若是,则转(2);否则报错并终止; (2)输入已知文法,由程序自动生成它的LL(1)分析表; (3)对于给定的输入串,应能判断识别该串是否为给定文法的句型。
  3. 所属分类:文档资料

  1. LL-(1)-grammar-C

    0下载:
  2. 利用c语言构造LL(1)分析表,并能够实现输入文法的语法检验-Using c language constructs LL (1) analysis table, and to achieve the input grammar grammar test
  3. 所属分类:source in ebook

    • 发布日期:2017-11-07
    • 文件大小:2341
    • 提供者:董金根
« 1 2 34 5 6 7 8 9 »
搜珍网 www.dssz.com